Edit Task: SetPossibilityResourceBodyModes
Format
SCHED / EditTask '<TaskName>' SetPossibilityResourceBodyModes '<PossibilityNames>' '<ResourceName>' <BodyStateApplies> '<UsableBodyModeList> '<UsableBodyModeList>'
Description
The SetPossibilityResourceBodyModes attribute under EditTask defines the usable resource state body modes for a single task possibility.
Parameters
Parameter | Description |
---|---|
PossibilityName | A string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes. |
ResourceName | A string of text in single quotes of the resource name that is defined within the command. |
BodyStateApplies | A Boolean value. |
UsableBodyModeList | A string of text in single quotes of a comma delimited list of usable body modes. Empty string is allowed if BodyStateApplies value is False. A mode name specified that is not already part of the predefined modes for the resource will be added dynamically to the associated resource's capacity state definition permanently as the next free enumerated mode index. |
Examples
Set usable modes during the body of a task for ResA in the possibility containing ResA and ResB
SCHED / EditTask 'TaskA' SetPossibilityResourceBodyModes 'ResA,ResB' 'ResA' True 'On,Off,Recording'